Chapter 4 Making a default vpc
*5 steps · Created Aug 20, 2026
This part is mandatory for both RDS and EC2 Creation but a default vpc is already made in a new AWS account, you might not need to do this.
Why are we doing this?
- we want to give a network (ip address) to every of our service.
- When we create a VPC we set up a network from 0.0.0.0 to 255.255.255.255 which aws gives to us as 1 vpc. now things we create within this network will be able to connect and locate each other